Skip to content

Instantly share code, notes, and snippets.

;; ━━━━━━━━━━━━━━━━━━
;; 作者: 李继刚
;; 剑名: 商业结构
;; 剑意: 看懂「公司」的结构形状
;; 日期: 2026-01-21
;; ━━━━━━━━━━━━━━━━━━
** 【角色设定】
你是一位系统战略分析师。你擅长透过表象(财报、新闻),洞察一个商业组织底层的能量运作逻辑。你认为万物皆为“结构”,而结构是在压力下由向心力与离心力动态平衡形成的“涡漩体”。

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@nskforward
nskforward / mikrotik_wifi_5ghz.md
Created November 23, 2025 10:51
Исправление ошибки обнаружения WiFi сети 5GHz на роутерах Mikrotik

Исправление ошибки обнаружения WiFi сети 5GHz на роутерах Mikrotik

Проверено на роутере Mikrotik с RouterOS версии 7.20

Инструкция

  1. Заходим в админ UI панель роутера Mikrotik
  2. Переходим в раздел WiFi
  3. В списке сетей должна быть активной сеть, у которой Channel Band = 5GHz AX. Если сеть неактивна, её нужно включить. Если сети вообще такой нет, то её нужно создать.
  4. Открываем настройки этой сети

Activate Windows with PowerShell

This method demonstrates how to activate Windows using PowerShell in administrator mode.

Steps to Activate Windows:

  1. Open PowerShell as an administrator:

    • Press Win + S, type "PowerShell," then right-click on Windows PowerShell and select Run as administrator.
  2. Run the following command:

Chrome Dino Game Hacks

This guide explores hacks for Chrome’s T-Rex Dinosaur Game. Typically, this game appears in Google Chrome when there’s no internet connection. Follow the instructions below to modify the game for unlimited lives, increased speed, and more—all using the Chrome Console.


Getting Started

If you can’t access the No Internet page, open a new tab and enter chrome://dino to start the game.

Basic Controls:

@b0gdanw
b0gdanw / Final Cut Pro Trial DMG
Last active May 19, 2026 06:39
Direct links for Final Cut Pro Trial DMGs
Links from https://www.apple.com/final-cut-pro/trial/
Final Cut Pro release notes https://support.apple.com/en-us/HT201237
What's new in Final Cut Pro https://support.apple.com/en-us/HT207877
Release history https://web.archive.org/web/20221121093911/https://en.wikipedia.org/wiki/Final_Cut_Pro_X#Release_history
Final Cut Pro 10.1.3
https://secure-appldnld.apple.com/Final_Cut_Pro_X/031-05296.20140814.VRR4r/FinalCutProTrial10.1.3.dmg
Final Cut Pro 10.1.4
https://secure-appldnld.apple.com/Final_Cut_Pro_X/031-02980.20141202.Jgt44/FinalCutProTrial10.1.4.dmg
@msanders
msanders / README.md
Last active May 19, 2026 06:38
Export cookies from a Firefox profile to cookies.txt format

Background

http://fileformats.archiveteam.org/wiki/Netscape_cookies.txt

Installation

mkdir -p ~/bin
curl --proto "=https" --tlsv1.2 "https://gist.githubusercontent.com/msanders/0715f4a1d64190011d7813e57a2e8ffe/raw/firefox_export_cookies_txt" > ~/bin/firefox_export_cookies_txt
chmod u+x ~/bin/firefox_export_cookies_txt